Balloon: Tells you how many titles are missing their descriptions (For instance, new titles you've added, but which you have not written descriptions for yet).
Script: --on mouseUp wdID,wdName,objNo,objName,objValue¬if objValue = true then¬ put false into OKIsDisabled¬else¬ put not ((wsGet(wdID,"1","Hilite")) or (wsGet(wdID,"4","Hilite"))) into OKIsDisabled¬end if¬¬wsSet wdID,"OK","Disabled",OKIsDisabled¬--end mouseUp
ItemType: CHK
Rect: 13,91,220,103
TextFont: Geneva
TextSize: 9
WhiteColor: -8739,-8739,-8739
Name: Titles with missing pictures (very slow)
Balloon: Figures out which titles don't come with specific cover pictures. This can take some time, since the CD must be accessed to check each picture.
Script: --on mouseUp wdID,wdName,objNo,objName,objValue¬if objValue = true then¬ put false into OKIsDisabled¬else¬ put not ((wsGet(wdID,"1","Hilite")) or (wsGet(wdID,"3","Hilite"))) into OKIsDisabled¬end if¬¬wsSet wdID,"OK","Disabled",OKIsDisabled¬--end mouseUp
ItemType: PUSH
Rect: 191,123,263,143
Name: OK
DefaultItem: TRUE
AutoClose: TRUE
Balloon: Begins calculating the statistics you've chosen.